home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Internet Info 1993
/
Internet Info CD-ROM (Walnut Creek) (1993).iso
/
_bbs
/
pcbtool
/
all.bat
< prev
next >
Wrap
DOS Batch File
|
1994-07-11
|
817b
|
33 lines
REM ---Change this---
REM Set CDROM to the CDROM drive letter that the disk is in (don't forget
REM the ':'!)
set cdrom=m:
REM ---Change this---
REM ---Change this---
REM Set OUTPUT to the FULL target path for your DIR files
set output=m:\_bbs\pcb
REM ---Change this---
rem you shouldn't have to change anything below this.
set in_type=opus
echo y | del %output%\*.*
del dir.lst
del logfile
del ..\logfile
del dlpath.lst
rem this produces the index files for each directory
%cdrom%\_bbs\each_dir 1 %cdrom%\_bbs\dirs.txt doit
rem this produces the dir.lst file
%cdrom%\_bbs\each_dir 1 %cdrom%\_bbs\dirs.txt doit2
rem this produces the dlpath.lst file
%cdrom%\_bbs\each_dir 1 %cdrom%\_bbs\dirs.txt doit3
rem clear environment variables
set output=
set in_type=